Skip to main content

DataIsNotData

Type

operator

Summary

Determines whether Left and Right are equal or not.

Syntax

<Left> is not <Right>

Description

Performs a byte by byte comparison of Left and Right, returning true if there is any difference.

Parameters

NameTypeDescription

Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Thank you for your feedback!

Was this page helpful?